ÄúµÄλÖãºÑ°ÃÎÍøÊ×Ò³£¾±à³ÌÀÖÔ°£¾VBScript£¾VBScript


objects constants operators statements functions properties methods






CONSTANTS:  String

String Constants

You may use either the CONSTANT (left column) or the VALUE (center column) in your code and get the same results.

CONSTANTVALUEDESCRIPTION
VBCRChr(13)Carriage return
VBCrLfChr(13) & Chr(10)Combined carraige return and line feed
VBFormFeedChr(12)Form feed
VBLFChr(10)Line feed
VBNewLineChr(13) & Chr(10) Or Chr(10)Newline character appropriate for platform
VBNullCharChr(0)Character value of zero
VBNullStringString Of Value ZeroNull string
VBTabChr(9)Horizontal (row) tab
VBVerticalTabChr(11)Vertical (column) tab